Goto

Collaborating Authors

 azure machine learning workspace


Train ML models - Azure Machine Learning

#artificialintelligence

Azure Machine Learning provides multiple ways to submit ML training jobs. In this article, you'll learn how to submit jobs using the following methods: SDK v2 is currently in public preview. The preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities. For more information, see Supplemental Terms of Use for Microsoft Azure Previews.


Data encryption with Azure Machine learning - Azure Machine Learning

#artificialintelligence

Feedback will be sent to Microsoft: By pressing the submit button, your feedback will be used to improve Microsoft products and services. Azure Machine Learning uses a variety of Azure data storage services and compute resources when training models and performing inference. Each of these has their own story on how they provide encryption for data at rest and in transit. In this article, learn about each one and which is best for your scenario. For production grade encryption during training, Microsoft recommends using Azure Machine Learning compute cluster.


๐Ÿ’ชCreating an Azure Machine Learning Workspace and Datastores using Bicep

#artificialintelligence

This article will use Azure Bicep, the new DSL language for deploying Azure resources declaratively, to provide an Azure Machine Learning Workspace with multiple datastores. First, let's take a look at two basic concepts. Think of a datastore as the mapping for the actual storage resource to the Azure Machine Learning Workspace. A Datastore provides an interface for your Azure Machine Learning storage accounts. A Dataset is an asset in your Machine Learning Workspace that will help you connect to the data and your storage service and make the data available for your machine learning experiments.


Experimenting Azure Automated Machine Learning

#artificialintelligence

I tested a few approaches and showed how to explain the model using Lime, how to measure feature importance, fight against class imbalance, and few other related topics. I recently performed a certification on Azure and wanted to test Azure Auto ML features on a simple example. So, I thought to use the previous examples and see how Azure AutoML simplifies the whole process. To use Auto ML from Azure, you need an Azure account of course. Then you can perform quite a few simple steps to create a machine learning workspace where your experiments can be registered. There is much more in a machine learning workspace, but for now let us focus on our experiment.


PyTorch on Azure with streamlined ML lifecycle

#artificialintelligence

It's exciting to see the Pytorch Community continue to grow and regularly release updated versions of PyTorch! Recent releases improve performance, ONNX export, TorchScript, C frontend, JIT, and distributed training. Several new experimental features, such as quantization, have also been introduced. At the PyTorch Developer Conference earlier this fall, we presented how our open source contributions to PyTorch make it better for everyone in the community. We also talked about how Microsoft uses PyTorch to develop machine learning models for services like Bing.


Make your data science workflow efficient and reproducible with MLflow

#artificialintelligence

This blog post was co-authored by Parashar Shah, Senior Program Manager, Applied AI Developer COGS. When data scientists work on building a machine learning model, their experimentation often produces lots of metadata: metrics of models you tested, actual model files, as well as artifacts such as plots or log files. They often try different models and parameters, for example random forests of varying depth, linear models with different regularization rates, or deep learning models with different architectures trained using different learning rates. With all the bookkeeping involved, it is easy to miss a test case, or waste time by repeating an experiment unnecessarily. After they finalize the model that they want to use for predictions, they have to do multiple things in order to create a deployment environment and then create a webservice (http endpoint) from their model.


Azure Machine Learning Workspace and MLOps

#artificialintelligence

I discussed the Azure Machine Learning Service. The Azure Machine Learning Service is at the core of custom AI. But what really ties it together is the Azure Machine Learning workspace. The process of AI involves working with lots of data, cleaning the data, writing and running experiments, publishing models, and finally collecting real-world data and improving your models. The machine learning workspace provides you and your co-workers with a collaborative environment where you can manage every aspect of your AI projects. You can also use role-based security to define roles within your teams, you can check historical runs, versions, logs etc., and you can even tie it to your Azure DevOps repos and fully automate this process via ML Ops. In this article, I'll introduce you to all of these and more.


Create Your First Azure Machine Learning Workspace

#artificialintelligence

This post will help you to create your first Azure Machine Learning workspace. For this, you should log in with either a free or a paid Azure subscription, or you must be using the free trial Azure Machine learning offer. First, open the Azure Management Portal https://manage.windowsazure.com, The interface contains all the tools that you need in order to create, manage, and publish your machine learning experiments on the cloud. So, to create an ML (Machine Learning), you should click on the button.